| Tool Name | Total Calls | Success Rate | Avg Time (ms) | Performance | State Changes |
|---|---|---|---|---|---|
| get_reservation_details | 488 | 44.5% | 0.10ms | Poor | 0/488 |
| search_direct_flight | 164 | 10.4% | 0.24ms | Poor | 0/164 |
| get_user_details | 158 | 35.4% | 0.82ms | Poor | 0/158 |
| search_onestop_flight | 100 | 100.0% | 0.68ms | Excellent | 0/100 |
| update_reservation_flights | 62 | 61.3% | 0.13ms | Poor | 62/62 |
| transfer_to_human_agents | 56 | 0.0% | 0.06ms | Poor | 0/56 |
| get_flight_status | 56 | 100.0% | 0.06ms | Excellent | 0/56 |
| cancel_reservation | 39 | 74.4% | 0.15ms | Poor | 39/39 |
| update_reservation_baggages | 16 | 56.2% | 0.08ms | Poor | 16/16 |
| update_reservation_passengers | 9 | 100.0% | 0.12ms | Excellent | 9/9 |
| book_reservation | 9 | 55.6% | 0.22ms | Poor | 9/9 |
| send_certificate | 4 | 100.0% | 0.16ms | Excellent | 4/4 |
| calculate | 1 | 0.0% | 0.11ms | Poor | 0/1 |
| Tool Name | Category | Calls | Success Rate | Avg Time (ms) | Performance Rating |
|---|---|---|---|---|---|
| update_reservation_flights | State-Changing | 62 | 79.0% | 0.13ms | Fair |
| cancel_reservation | State-Changing | 39 | 100.0% | 0.15ms | Excellent |
| update_reservation_baggages | State-Changing | 16 | 100.0% | 0.08ms | Excellent |
| book_reservation | State-Changing | 9 | 88.9% | 0.22ms | Fair |
| update_reservation_passengers | State-Changing | 9 | 100.0% | 0.12ms | Excellent |
| send_certificate | State-Changing | 4 | 100.0% | 0.16ms | Excellent |
| get_reservation_details | Read-Only | 488 | 100.0% | 0.10ms | Excellent |
| search_direct_flight | Read-Only | 164 | 100.0% | 0.24ms | Excellent |
| get_user_details | Read-Only | 158 | 100.0% | 0.82ms | Excellent |
| search_onestop_flight | Read-Only | 100 | 100.0% | 0.68ms | Excellent |
| get_flight_status | Read-Only | 56 | 100.0% | 0.06ms | Excellent |
| transfer_to_human_agents | Read-Only | 56 | 100.0% | 0.06ms | Excellent |
| calculate | Read-Only | 1 | 100.0% | 0.11ms | Excellent |
10 tools failed action validation checks:
{'origin': 'BOS', 'destination': 'MCO', 'date': '2024-05-18'}{'reservation_id': 'XEHM4B', 'cabin': 'economy', 'flights': [{'flight_number': 'HAT005', 'date': '20...{'user_id': 'mohamed_silva_9265', 'origin': 'JFK', 'destination': 'SFO', 'flight_type': 'round_trip'...{'reservation_id': 'XEHM4B'}{'reservation_id': 'FQ8APE', 'total_baggages': 3, 'nonfree_baggages': 0, 'payment_id': 'gift_card_81...{'reservation_id': 'SDZQKO'}{'user_id': 'noah_muller_9847', 'amount': 50}{'expression': '2 * ((350 - 122) + (499 - 127))'}{'summary': 'User wants to change my upcoming one stop flight from ATL to LAX within reservation XEW...{'reservation_id': '3RK2T9', 'passengers': [{'first_name': 'Anya', 'last_name': 'Garcia', 'dob': '19...| Tool Name | Total Calls | Success Rate | Avg Time (ms) |
|---|---|---|---|
| get_reservation_details | 488 | 44.5% | 0.10ms |
| search_direct_flight | 164 | 10.4% | 0.24ms |
| get_user_details | 158 | 35.4% | 0.82ms |
| update_reservation_flights | 62 | 61.3% | 0.13ms |
| transfer_to_human_agents | 56 | 0.0% | 0.06ms |
| cancel_reservation | 39 | 74.4% | 0.15ms |
| update_reservation_baggages | 16 | 56.2% | 0.08ms |
| book_reservation | 9 | 55.6% | 0.22ms |
| Tool Name | Avg Time (ms) | Total Calls | Success Rate |
|---|---|---|---|
| get_user_details | 0.82ms | 158 | 35.4% |
| search_onestop_flight | 0.68ms | 100 | 100.0% |
| search_direct_flight | 0.24ms | 164 | 10.4% |
| book_reservation | 0.22ms | 9 | 55.6% |
| send_certificate | 0.16ms | 4 | 100.0% |
Most common tool transitions:
Recursive patterns: 7 tools frequently call themselves, indicating iterative processing patterns.